home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Supreme Court
/
The Supreme Court.iso
/
mac
/
_BBS
/
PCBTOOL
/
DOITX.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-01-30
|
352b
|
17 lines
rem %1 == disc directory
if exist %cdrom%%1\00_index.txt goto ok
echo no such file: %cdrom%%1\00_index.txt >> logfile
goto end
:ok
if exist %output%\dir%2 goto bad
goto ok2
:bad
echo duplicate output file: %output%\dir%2 >> logfile
goto end
:ok2
cd %cdrom%%1
%cdrom%\_bbs\c %in_type% view %cdrom%%1 00_index.new
cd \_bbs\pcbtool
:end